Skip to content

Deprecation path advancement#1748

Open
rpspringuel wants to merge 2 commits intogregorio-project:developfrom
rpspringuel:deprecation
Open

Deprecation path advancement#1748
rpspringuel wants to merge 2 commits intogregorio-project:developfrom
rpspringuel:deprecation

Conversation

@rpspringuel
Copy link
Copy Markdown
Contributor

Remove OBSOLETE code
Code which was DEPRECATED in the background (i.e. pending modification of executable) is modified. This really should have been done for 6.2 (since we modified the executable in that release), but was overlooked.

Remove OBSOLETE code
Code which was DEPRECATED in the background (i.e. pending modification of executable) is modified.  This really should have been done for 6.2 (since we modified the executable in that release), but was overlooked.
rpspringuel added a commit to rpspringuel/gregorio-test that referenced this pull request Apr 19, 2026
@rpspringuel rpspringuel marked this pull request as ready for review April 19, 2026 19:04
@rpspringuel rpspringuel added this to the 6.3.0 milestone Apr 19, 2026
clef = score->first_voice_info->initial_clef;
}
/* After removing deprecated arguments, this will become:
fprintf(f, "\\GreBeginScore{%s}{%s}{%u}{}%%\n",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the fourth argument is always empty, why not remove it as well? (I know I wrote this line, but I don't remember the reason.)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably should remove it. I can't find anything in the codebase that indicates that the empty argument is still used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants